home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMTORGB.MAN < prev    next >
Text File  |  1993-01-08  |  1KB  |  67 lines

  1.  
  2.  
  3. ppmtorgb3(1)               Unix Programmer's Manual               ppmtorgb3(1)
  4.  
  5.  
  6. NAME
  7.      ppmtorgb3 - separate a portable pixmap into three portable graymaps
  8.  
  9. SYNOPSIS
  10.      ppmtorgb3 [ppmfile]
  11.                 -------
  12.  
  13. DESCRIPTION
  14.      Reads a portable pixmap as input.   Writes  three  portable  graymaps  as
  15.      output, one each for red, green, and blue.
  16.  
  17.      The output filenames  are  constructed  by  taking  the  input  filename,
  18.      stripping  off  any  extension, and appending ".red", ".grn", and ".blu".
  19.      For example, separating lenna.ppm would result in  lenna.red,  lenna.grn,
  20.      and  lenna.blu.  If the input comes from stdin, the names are noname.red,
  21.      noname.grn, and noname.blu.
  22.  
  23. SEE ALSO
  24.      rgb3toppm(1), ppmtopgm(1), pgmtoppm(1), ppm(5), pgm(5)
  25.  
  26. AUTHOR
  27.      Copyright (C) 1991 by Jef Poskanzer.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                10 January 1991                               1
  66.  
  67.